From e305941ff6174ddc23e1ca68d3708c1c266b20b1 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 4 Oct 2006 17:28:27 +0000 Subject: [PATCH] Output cadence in Training Center. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2374 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gtrnctr.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/gtrnctr.c b/gpsbabel/gtrnctr.c index 5851fc616..b3885131f 100644 --- a/gpsbabel/gtrnctr.c +++ b/gpsbabel/gtrnctr.c @@ -144,6 +144,10 @@ gtc_waypt_pr(const waypoint *wpt) if (wpt->heartrate) { gtc_write_xml(0, "%d\n", wpt->heartrate); } + if (wpt->cadence) { + gtc_write_xml(0, "%d\n", wpt->cadence); + } + gtc_write_xml(-1, "\n"); #endif -- 2.30.2